home *** CD-ROM | disk | FTP | other *** search
- object frmproperties: Tfrmproperties
- Left = 375
- Top = 216
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Mousotron Pro Setup'
- ClientHeight = 307
- ClientWidth = 230
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 5
- Top = 277
- Width = 70
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 152
- Top = 277
- Width = 71
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 4
- Top = 3
- Width = 221
- Height = 270
- ActivePage = TabSheet4
- MultiLine = True
- TabIndex = 3
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'General'
- object lblMonitor: TLabel
- Left = 3
- Top = 7
- Width = 35
- Height = 13
- Caption = 'Monitor'
- end
- object lblDistance: TLabel
- Left = 2
- Top = 30
- Width = 24
- Height = 13
- Caption = 'Units'
- end
- object lblResol: TLabel
- Left = 2
- Top = 170
- Width = 59
- Height = 13
- Caption = 'Resolution : '
- end
- object lblResolution: TLabel
- Left = 116
- Top = 170
- Width = 3
- Height = 13
- end
- object lblOrientation: TLabel
- Left = 2
- Top = 54
- Width = 51
- Height = 13
- Caption = 'Orientation'
- end
- object lblDigits: TLabel
- Left = 2
- Top = 78
- Width = 26
- Height = 13
- Caption = 'Digits'
- end
- object lblLanguage: TLabel
- Left = 2
- Top = 102
- Width = 48
- Height = 13
- Caption = 'Language'
- end
- object lblTransparent: TLabel
- Left = 2
- Top = 126
- Width = 57
- Height = 13
- Caption = 'Transparent'
- end
- object lblBG: TLabel
- Left = 3
- Top = 149
- Width = 60
- Height = 13
- Caption = 'BackGround'
- end
- object lblInch: TLabel
- Left = 140
- Top = 6
- Width = 31
- Height = 13
- Caption = 'lblInch'
- end
- object ComboBox2: TComboBox
- Left = 68
- Top = 26
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- 'Metric system'
- 'English system')
- end
- object btnStartup: TCheckBox
- Left = 3
- Top = 206
- Width = 162
- Height = 17
- Caption = 'Run on Startup'
- TabOrder = 1
- end
- object btnTop: TCheckBox
- Left = 3
- Top = 186
- Width = 162
- Height = 17
- Caption = 'Always on Top'
- TabOrder = 2
- end
- object ComboBox3: TComboBox
- Left = 68
- Top = 50
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = ComboBox3Change
- Items.Strings = (
- 'Horizontal'
- 'Vertical')
- end
- object ComboBox4: TComboBox
- Left = 68
- Top = 74
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- Items.Strings = (
- '6'
- '7'
- '8'
- '9'
- '10')
- end
- object ComboBox5: TComboBox
- Left = 68
- Top = 98
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- OnChange = ComboBox5Change
- Items.Strings = (
- 'English / Anglais'
- 'Dutch / Nederlands'
- 'German / Deutsch'
- 'Spanish / Espa'#241'ol'
- 'French / Fran'#231'ais'
- 'Swedish / Svenska'
- 'Norwegian / Norge'
- 'Portuguese / Portugu'#234's')
- end
- object ComboBox6: TComboBox
- Left = 68
- Top = 122
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- OnChange = ComboBox5Change
- Items.Strings = (
- '0 %'
- '25 %'
- '50 %'
- '75 %')
- end
- object cbxBG: TComboBox
- Left = 68
- Top = 146
- Width = 125
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 7
- Items.Strings = (
- 'No Colors'
- 'Fixed Colors'
- 'Slow moving Colors'
- 'Medium moving Colors'
- 'Fast Moving Colors')
- end
- object edtMonitorSize: TRxSpinEdit
- Left = 68
- Top = 3
- Width = 65
- Height = 21
- Alignment = taCenter
- Decimal = 1
- Increment = 0.100000000000000000
- MaxValue = 50
- MinValue = 9
- ValueType = vtFloat
- Value = 17
- TabOrder = 8
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Displayed Items'
- ImageIndex = 1
- object Bevel3: TBevel
- Left = 8
- Top = 8
- Width = 193
- Height = 193
- end
- object chkDistance: TCheckBox
- Left = 13
- Top = 35
- Width = 161
- Height = 20
- Caption = 'Cursor Distance'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chkDistanceClick
- end
- object CheckBox2: TCheckBox
- Left = 13
- Top = 59
- Width = 153
- Height = 20
- Caption = 'Keystrokes'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chkDistanceClick
- end
- object CheckBox3: TCheckBox
- Left = 13
- Top = 83
- Width = 161
- Height = 20
- Caption = 'Left Button Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = chkDistanceClick
- end
- object CheckBox4: TCheckBox
- Left = 13
- Top = 107
- Width = 161
- Height = 20
- Caption = 'Right Button Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = chkDistanceClick
- end
- object CheckBox5: TCheckBox
- Left = 13
- Top = 131
- Width = 161
- Height = 20
- Caption = 'Middle Button Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = chkDistanceClick
- end
- object CheckBox6: TCheckBox
- Left = 13
- Top = 155
- Width = 161
- Height = 20
- Caption = 'Double Clicks'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = chkDistanceClick
- end
- object chktime: TCheckBox
- Left = 13
- Top = 13
- Width = 161
- Height = 17
- Caption = 'Time Running'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object chkWheel: TCheckBox
- Left = 13
- Top = 179
- Width = 161
- Height = 20
- Caption = 'Mouse Wheel Scrolls'
- Checked = True
- State = cbChecked
- TabOrder = 7
- OnClick = chkDistanceClick
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Time Logging'
- ImageIndex = 2
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 193
- Height = 113
- end
- object Bevel2: TBevel
- Left = 8
- Top = 128
- Width = 193
- Height = 65
- end
- object Label1: TLabel
- Left = 8
- Top = 200
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 128
- Top = 136
- Width = 67
- Height = 13
- Caption = 'Mousotron.log'
- end
- object chklog: TCheckBox
- Left = 16
- Top = 136
- Width = 105
- Height = 17
- Caption = 'Log Every Day'
- TabOrder = 3
- end
- object btnRunning: TRadioButton
- Tag = 129
- Left = 16
- Top = 16
- Width = 169
- Height = 17
- Caption = 'Show Only Running Time'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = btnTotalClick
- end
- object btnTotal: TRadioButton
- Tag = 129
- Left = 16
- Top = 88
- Width = 177
- Height = 17
- Caption = 'Show Total Time'
- TabOrder = 1
- OnClick = btnTotalClick
- end
- object Panel1: TPanel
- Left = 32
- Top = 34
- Width = 161
- Height = 49
- Caption = 'Panel1'
- TabOrder = 2
- object btnHistory: TRadioButton
- Tag = 745
- Left = 8
- Top = 8
- Width = 145
- Height = 17
- Caption = 'Since Last Reset'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object btnStart: TRadioButton
- Tag = 745
- Left = 8
- Top = 24
- Width = 145
- Height = 17
- Caption = 'Since Last Start'
- TabOrder = 1
- end
- end
- object btnViewFile: TButton
- Left = 112
- Top = 160
- Width = 81
- Height = 25
- Caption = 'Show Logfile'
- TabOrder = 4
- OnClick = btnViewFileClick
- end
- object btnLogNow: TButton
- Left = 16
- Top = 160
- Width = 81
- Height = 25
- Caption = 'Log Now'
- TabOrder = 5
- OnClick = btnLogNowClick
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Data Upload'
- ImageIndex = 3
- object Bevel5: TBevel
- Left = 8
- Top = 160
- Width = 193
- Height = 57
- end
- object Bevel4: TBevel
- Left = 8
- Top = 8
- Width = 193
- Height = 145
- end
- object lblAlias: TLabel
- Left = 17
- Top = 18
- Width = 22
- Height = 13
- Caption = 'Alias'
- end
- object Label4: TLabel
- Left = 16
- Top = 80
- Width = 22
- Height = 13
- Caption = 'URL'
- end
- object lblSend: TLabel
- Left = 16
- Top = 192
- Width = 54
- Height = 13
- Caption = 'Send every'
- end
- object lblMinutes: TLabel
- Left = 144
- Top = 192
- Width = 37
- Height = 13
- Caption = 'Minutes'
- end
- object lblComment: TLabel
- Left = 17
- Top = 42
- Width = 44
- Height = 13
- Caption = 'Comment'
- end
- object chkenable: TCheckBox
- Left = 15
- Top = 168
- Width = 185
- Height = 17
- Caption = 'Enable Automatic Data Upload'
- TabOrder = 3
- end
- object edtAlias: TEdit
- Left = 56
- Top = 16
- Width = 137
- Height = 21
- MaxLength = 16
- TabOrder = 0
- Text = 'Rookie'
- end
- object edtURL: TEdit
- Left = 16
- Top = 96
- Width = 177
- Height = 21
- PopupMenu = PopupMenu1
- TabOrder = 1
- Text = 'http://blacksun.3ts.be/mouse.php'
- end
- object RxSpinEdit1: TRxSpinEdit
- Left = 80
- Top = 188
- Width = 57
- Height = 21
- MaxValue = 1440
- MinValue = 1
- Value = 15
- TabOrder = 2
- end
- object btnSend: TButton
- Left = 16
- Top = 123
- Width = 75
- Height = 25
- Caption = 'Send Now !'
- TabOrder = 4
- OnClick = btnSendClick
- end
- object btnBrowse: TButton
- Left = 119
- Top = 123
- Width = 75
- Height = 25
- Caption = 'View Results'
- TabOrder = 5
- OnClick = btnBrowseClick
- end
- object edtComment: TEdit
- Left = 16
- Top = 56
- Width = 177
- Height = 21
- MaxLength = 48
- TabOrder = 6
- end
- end
- end
- object Button1: TButton
- Left = 79
- Top = 277
- Width = 70
- Height = 25
- Caption = 'Apply'
- TabOrder = 3
- OnClick = btnOKClick
- end
- object PopupMenu1: TPopupMenu
- Left = 160
- Top = 112
- object Reset1: TMenuItem
- Caption = 'Reset URL'
- OnClick = Reset1Click
- end
- end
- end
-